@charset "utf-8";

/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font: normal 14px/200% "微软雅黑";
	color: #000000;
	background: url(../images/header.jpg) top center no-repeat #fff;
}
html,body{
	width: 1600px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}


.clear:after { 
	display: block; 
	content: "."; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}


/*other*/

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: left;
	font: normal 14px/200% "微软雅黑";
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.m10 {
	margin: 10px auto;
}

.w1000 {
	width: 1000px;
}

.list_14 li {
	background: url(../images/dot.gif) no-repeat 0 12px;
	padding-left: 12px;
	font-size: 14px;
}

.list_12 li {
	background: url(../images/dot.gif) no-repeat 0 8px;
	padding-left: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
	color: #fff;
}

.blue,
.blue a:link,
.blue a:visited,
.blue a:hover {
	color: #2b7dbc;
}

.grey,
.grey a:link,
.grey a:visited,
.grey a:hover {
	color: #acacac;
}
.gap{
	background: linear-gradient(90deg, #f7faff, #fefeff, #eff7fe);
	margin: 0 auto;
}


.txt-cut {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.txt-cut-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.font12{
	font-size: 12px;
}
.font13{
	font-size: 13px;
}
.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
